msr_to_dense Subroutine

public subroutine msr_to_dense(a, x, err)

Converts an MSR matrix to a dense matrix.

Arguments

Type IntentOptional Attributes Name
class(msr_matrix), intent(in) :: a

The MSR matrix to convert.

real(kind=real64), intent(out), dimension(:,:) :: x

The dense matrix.

class(errors), intent(inout), optional, target :: err

The error object to be updated.